home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / delph / 011 / moorf101.gif < prev    next >
Graphics Interchange Format  |  2000-06-28  |  87KB  |  419x355  |  8-bit (106 colors)
Labels: text | screenshot | font | number
OCR: Property Description SoundSource Type of sound source to which the FileName parame- ter points; enumerated type: TSoundSource (ssAlias, ssAlias_ID, ssFilename, ssMemory, ssResource, ssNone). The 16-bit version with sndPlaySound: (ssFilename, ssMemory). It's associated with PlaySound's fdwSound flags in fdwSound (SND_ALIAS, SND_FILENAME, and SND_RESOURCE). Filename A string associated with PlaySound's first parameter, IpszSound, a pointer to a null-terminated string that specifies the sound to play. Yield A Boolean property that determines whether the requested sound can interrupt a sound that's playing. hmodValue Of type HMODULE. Associated with the second para- meter (hmod) of the PlaySound function. It's the han- dle of the executable file (DLL or EXE) that contains the resource to be loaded. Unless SND_RESOURCE is specified, this parameter must be set to nil. ?SoundPlayOption Of type T?SoundPlayOption, where the "?" repre- sents one of the event classes, e.g. Click, Enter, or Exit. All ways of playing a .WAV file (synchronously, asynchronously, in a loop) are supported. Figure 1: Subproperties of XSoundPlayEvent.